home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / mpf / eng / shared / agentdui.cab / scui.dll / HTML / MYSSTR.VBS < prev    next >
Encoding:
Text File  |  2005-07-27  |  7.4 KB  |  105 lines

  1. ∩╗┐' ASPSTRINGTABLE 1.0
  2.  
  3. '///////////////////////////////////////
  4. 'Security Status Strings
  5. Const MYS_TITLE = "McAfee SecurityCenter"
  6.  
  7. Const SERVICE_STATUS_STR = "my service status"
  8. Const SEC_STATUS_DESC_STR = "Specifies which McAfee services are protecting your computer."
  9.  
  10. Const NOTPROTECT_STR = "Protection Disabled"
  11. Const PROTECT_STR = "Protecting"
  12. Const NOTINSTALL_STR = "Not Installed"
  13. Const INSTALL_STR = "Installed"
  14. Const EXPIRED_STR = "Expired"
  15.  
  16. Const EXPIRES_STR = "Expires in {ExpiryDays} days"
  17. Const EXPIRES_TOMORROW_STR = "Expires tomorrow"
  18. Const RENEWAL_STR = "<A class='HyperLinkNormal' target='new' HREF='{RenewalUrl}'>Renew</A>"
  19.  
  20. Const VSO_STR = "VirusScan"
  21. Const MPF_STR = "Personal Firewall"
  22. Const MPS_STR = "Privacy Service"
  23. Const MSK_STR = "SpamKiller"
  24.  
  25.  
  26. '///////////////////////////////////////
  27. 'Security Index Strings
  28.  
  29. Const SECURITY_INDEX_STR = "my security index"
  30. Const COMPUTING_INDEX_STR = "Computing Security Index..."
  31. Const SEC_INDEX_DESC_STR = "An index color of green is best, while red indicates a potential security risk."
  32.  
  33. Const DETAILS_STR      = "Details"
  34. Const SHOW_DETAILS_STR = "Show Details"
  35. Const HIDE_DETAILS_STR = "Hide Details"
  36. Const RECOMMENDATION_STR = "Recommendation"
  37.  
  38. Const SECINDEX_TITLE_STR  = "Security Index"
  39. Const MYS_INDEX_STR = "My Security Index"
  40. Const VSO_INDEX_STR = "My AntiVirus Index"
  41. Const MPF_INDEX_STR = "My AntiHacker Index"
  42. Const MPS_INDEX_STR = "My AntiAbuse Index"
  43. Const MSK_INDEX_STR = "My AntiSpam Index"
  44.  
  45. Const ABOUT_SC_STR = "About SecurityCenter"
  46.  
  47. Const ABOUT_PRODUCTVER_STR = "Product Version:"
  48. Const ABOUT_BUILD_STR = "Build:"
  49. Const ABOUT_INSTALLDATE_STR = "Install Date:"
  50. Const ABOUT_OEM_ID = "OEM ID:"
  51. Const ABOUT_OEM_BUILD_NO = "OEM Build No:"
  52. Const ABOUT_SPECIAL_BUILD = "Special Build:"
  53.  
  54. Const CLOSE_STR = "Close"
  55. Const OK_STR = "OK"
  56.  
  57. Const MYS_COPYRIGHT_STR = "Copyright © 2005 McAfee, Inc.<BR>All Rights Reserved."
  58.  
  59. '///////////////////////////////////////
  60. 'Security Index Help String
  61. Const MYS_IDX_HELP_STR = "Your Security Index provides a measurement of how secure your computer is against the latest security threats.<BR><BR>Some of the factors that influence your Security Index include external security threats, the security products installed on your computer, products that access the Internet, and how these security and Internet products are configured.<BR><BR>Below is a list of items that were discovered while computing your Security Index:"
  62.  
  63. Const VSO_IDX_HELP_STR = "Your AntiVirus Index provides a measurement of how secure your computer is against the latest virus threats.  This index is computed based upon which types of virus threats currently exist and how prepared your computer is to defeat these threats.<BR><BR>One of the factors that influence your AntiVirus Index is external virus threats.  For example, if there is a virus outbreak, does your anti-virus software protect you from this virus?  Also, other factors include the configuration and settings of your anti-virus software and whether you are receiving ongoing virus signature file updates.<BR><BR>Below is a list of items that were discovered while computing your AntiVirus Index:"
  64.  
  65. Const MPF_IDX_HELP_STR = "Your AntiHacker Index provides a measurement of how secure your computer is against the latest hacker attacks.  The index is computed based upon which types of hacker attacks currently exist and how prepared your computer is to defeat these attacks.<BR><BR>One of the factors that influence your AntiHacker Index is external hacker attacks.  For example, if there is a hacker attack, does your anti-hacker software protect you from this attack?  Also, other factors include the configuration and settings of your anti-hacker software and whether your anti-hacker software is continuously being updated to protect you from the latest attacks.<BR><BR>Below is a list of items that were discovered while computing your AntiHacker Index:"
  66.  
  67. Const MPS_IDX_HELP_STR = "Your AntiAbuse Index provides a measurement of how secure your computer is against the latest privacy abuse outbreaks.  The index is computed based upon which types of privacy abuses currently exist and how prepared your computer is to defeat these abuses.<BR><BR>One of the factors that influence your AntiAbuse Index is external privacy abuses.  For example, if there is a privacy abuse outbreak, does your anti-abuse software protect you from this scenario?  Also, other factors include the configuration and settings of your anti-abuse software and whether your anti-abuse software is continuously being updated to protect you from the latest privacy abuse outbreaks.<BR><BR>Below is a list of items that were discovered while computing your AntiAbuse Index:"
  68.  
  69. Const MSK_IDX_HELP_STR = "Your AntiSpam Index provides a measurement of how secure your computer is against receiving inappropriate, unsolicited, and virus-infected email.  The index is computed based upon which types of spam abuses currently exist and how prepared your computer is to defeat these abuses.<BR><BR>One of the factors that influence your AntiSpam Index is external spam abuses.  For example, if there is a spam abuse outbreak, does your anti-spam software protect you from this scenario?  Also, other factors include the configuration and settings of your anti-spam software and whether your anti-spam software is continuously being updated to protect you from the latest spam abuse outbreaks.<BR><BR>Below is a list of items that were discovered while computing your AntiSpam Index:"
  70.  
  71. '///////////////////////////////////////
  72. 'Update Now Hyperlink String
  73. Const MYS_UPDATE = "Update"
  74.  
  75. '''''''''''''''''''''''''''''''''''''
  76. '' Constant strings for windows update
  77.  
  78. Const WUPD_DISABLED_TEXT                = "Windows Update is Disabled!"
  79. Const WUPD_TEXT                            = "windows updates"
  80. Const WUPD_TEXT_CAPITAL                    = "Windows Updates"
  81. Const WUPD_ENABLE                        = "Enable"
  82. Const WUPD_ENABLED                        = "Enabled"
  83. Const WPUD_ERROR_ENABLING                = "An unexpected error was encountered while enabling Windows Updating.  Please try again."
  84. Const WPUD_ENABLED_NOT_RECOMMENDED        = "Enabled but not the {htmlprolog}recommended{htmlepilog} option"
  85.  
  86. '''''''''''''''''''''''''''''''''''''
  87. ''
  88. ' Re-introduction of the competitive upgrade sale...
  89.  
  90. Const COMP_UPSELL_TITLE                    = "outdated anti-virus"
  91. Const WINDOWS_FIREWALL_UPSELL_TITLE        = "windows firewall detected"
  92.  
  93. Const MYS_WIN_FIREWALL_UPSELL_1 =    "Windows Firewall Detected! The Windows Firewall provides only partial firewall protection. McAfee Personal Firewall Plus provides complete firewall protection, monitoring both inbound and outbound connections."
  94.                             
  95. Const MYS_WIN_FIREWALL_UPSELL_2 = "<a href='%UPGRADE_URL%' style='text-decoration: underline; color:#587482;' target='scupgrade'>Learn more</a> about a special competitive upgrade offer."
  96.                             
  97. Const MYS_WIN_FW_UPGRADE_URL = "http://us.mcafee.com/root/campaign.asp?cid=13520"                            
  98.  
  99. Const MYS_NORTON_COMPETITION_UPGRADE_1 = "Warning!  Your computer is not protected from the latest viruses because your anti-virus software is obsolete.  You have an old version of %PRODDESC%.  You have version %INSTALLED_VER%.  The current version is %LATEST_VER%."
  100.  
  101. Const MYS_NORTON_COMPETITION_UPGRADE_2 =  "<a href='%UPGRADE_URL%' style='text-decoration: underline; color:#587482;' target='scupgrade'>Learn more</a> about a competitive upgrade offer."
  102.  
  103. Const NORTON_UPGRADE_URL = "http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3422"
  104.  
  105.